   /*
 * General/Utility Styles
*/

* {
    font-size: 11px !important;
    font-family: segoe ui !important;
    font-family: sans-serif;
}

* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

body {
  margin: 0;
  background: rgb(245, 245, 245);
  font-family: segoe ui !important;
  font-size: 0.875rem;
  color: rgb(86, 90, 92);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a {
  font-weight: bold;
  color: rgb(255, 89, 95);
  text-decoration: none;
}

strong {
  font-weight: 600;
}


/*
 * Button styles
*/

.button {
  background: rgb(255, 89, 95);
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.75rem 5rem;
  border-bottom: 1px solid rgb(227, 25, 29);
  border-radius: 2px;
  width: 95%;
  margin: 0 auto;
}


html, body, #main, .row, #map, .results {
    height: 100%;

}

.results {
    display: flex;
    flex-direction: column;
}

.results > div {
    flex: 1;
}

#searchSection {
}

#resultsTable {
    overflow: auto;
} 

div#submitbutton {
    padding-left: 10px;
    text-align: center;
    padding-right: 35px;
    padding-bottom:;
}

.select2-container {
    width: 100% !important;

}

#buttonRow {
    text-align: center;
    padding: 5px; 
    padding-top: 10px;
}

.searchBox, #radiusSelection,  .form-control, .input-group > .form-control  {
    height: 23px;
}

.hidden {
    display: none;
}

#main {
    background-color: #fff;
}

#map {
    padding: 0px;
}

.radiusSortBySearch {
    display: block;
    width: 50% !important;
    float: left;
    padding: 2px 5px 2px 0;
    min-width: 118.25px !important;
}

input#searchBtn {
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
}

/*Spinning Load Bar Styles*/
.glyphicon-refresh-animate {
    animation: spin 2.5s infinite linear;
    -webkit-animation: spin2 2.5s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


.filterButton {
    height: 20px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    width: 100px;
}

.hidden {
    display: none;
}

.title,
.title:link,
.title:visited,
.title:active,
.viewprofile,
.viewprofile:link,
.viewprofile:visited,
.viewprofile:active,
.viewclusterprofile,
.viewclusterprofile:link,
.viewclusterprofile:visited,
.viewclusterprofile:active {
    color: #8f0202;
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #999;
    margin: 4px;
}

a#providerAddressText,
a#drivingTimeText,
a#drivingDistanceText,
a#specialtyText,
a#infoBoxTitleText,
a#infoBoxAddressText,
a#infoBoxPhoneText,
a#infoBoxFaxText,
a#infoBoxHoursText,
a#infoBoxSpecialtyNetworkText,
a#infoBoxProviderDetailsText,
a#clusterInfoBoxAddressText,
a#clusterInfoBoxPhoneText,
a#clusterInfoBoxFaxText,
a#clusterInfoBoxProviderNameText,
a#clusterInfoBoxHoursText,
a#clusterInfoBoxSpecialtyNetworkText,
a#clusterInfoBoxProviderDetailsText,
a#QRText,
a#hsrmText,
a#specialtyNetworkText {
    text-decoration: none;
    color: black;
}

div#ProviderDetails {
    padding-top: 0;
}

#resultsTable a {
    font-size: 11px !important;
    font-weight: normal;
}


.number {
    width: 5%;
}
.provider {
    width: 25%
}

.directions {
    width: 20%;
}

.specialty {
    width; 35%;
}

.details {
    width: 15%;
}

/*Spinning Load Bar Styles*/
.glyphicon-refresh-animate {
    animation: spin 2.5s infinite linear;
    -webkit-animation: spin2 2.5s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


    
    
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

/*Search Results Styles*/

.loaderTitle {
    display: none;
}

.loader {
    margin-top: 20px;
    display: none;
}

/*Spinning Load Bar Styles*/
.glyphicon-refresh-animate {
    animation: spin 2.5s infinite linear;
    -webkit-animation: spin2 2.5s infinite linear;
}

.loaderTitle {
    display: none;
}


span.alert.alert-danger {
    position: absolute;
    left: 10px; 
   width: 100%;
}

#specialtySearchBox:focus,
#providerNetworkSearchBox:focus,
#providerRelationshipSearchBox:focus,
#radiusSelection:focus,
#searchBox:focus, .form-control:focus {
    border-color: #138496;
    box-shadow: none;
}

span.select2-selection--multiple {
    border-color: lightgray !important;   
}

input.select2-search__field {
    margin: 3px;
}

input#searchBtn {
    margin-bottom: 5px;
}

.table thead th {
    vertical-align: bottom;
    border-top: 0px
}


.table thead th {
    vertical-align: bottom;
    border-top: 0px
}

#submitbutton {
    padding-left: 0px !important;
    padding-right: 0px !important
}
th {
    font-weight: 500
}

.listItem a {
    color: #8F0202;
}

div#formsection {
    min-width: 426px;
}

select#sortByCondition {
    padding-top: 2px;
}

select#sortByCondition {
    padding-top: 2px;
}

.searchButton {
    height: 23px;
    width: 28px;
    background-color: #DDDDDD;
    border-color: lightgray;
    padding: 2px;
}

.btn-secondary {
    color: black;
    background-color: #DDDDDD;
    border-color: lightgray;
}

.infobox-info a {
    color: #8F0202;
}

.required {
    border-color: red;
}